object ProtocolOptions: TProtocolOptions Left = 331 Top = 148 BorderStyle = bsDialog Caption = 'Protocol Options' ClientHeight = 399 ClientWidth = 440 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object GeneralOptions: TGroupBox Left = 8 Top = 8 Width = 217 Height = 146 Caption = '&General options' TabOrder = 0 object Label1: TLabel Left = 8 Top = 115 Width = 94 Height = 16 Caption = 'Name collision' end object gWriteFail: TComboBox Left = 110 Top = 112 Width = 99 Height = 24 Style = csDropDownList DropDownCount = 4 ItemHeight = 16 Items.Strings = ( 'none' 'reject ' 'rename ' 'overwrite ') TabOrder = 4 end object gHonorDirectory: TCheckBox Left = 7 Top = 20 Width = 193 Height = 17 Caption = 'Honor incoming directory' TabOrder = 1 end object gIncludeDirectory: TCheckBox Left = 7 Top = 42 Width = 193 Height = 17 Caption = 'Include outgoing directory' TabOrder = 0 end object gRTSLowForWrite: TCheckBox Left = 7 Top = 64 Width = 201 Height = 17 Caption = ' Set RTS low for disk writes' State = cbChecked TabOrder = 2 end object gAbortNoCarrier: TCheckBox Left = 7 Top = 86 Width = 193 Height = 17 Caption = 'Abort if carrier (DCD) lost' TabOrder = 3 end end object ZmodemOptions: TGroupBox Left = 8 Top = 168 Width = 217 Height = 169 Caption = '&Zmodem options' TabOrder = 1 object Label2: TLabel Left = 9 Top = 114 Width = 108 Height = 16 Caption = 'File managment:' end object zOptionOverride: TCheckBox Left = 7 Top = 24 Width = 153 Height = 17 Caption = 'File options override' TabOrder = 0 end object zSkipNoFile: TCheckBox Left = 7 Top = 46 Width = 153 Height = 17 Caption = 'Skip new files' TabOrder = 1 end object zRecover: TCheckBox Left = 7 Top = 68 Width = 153 Height = 17 Caption = 'Crash recovery' TabOrder = 2 end object z8K: TCheckBox Left = 7 Top = 92 Width = 89 Height = 17 Caption = '8K mode' TabOrder = 3 end object zFileManagment: TComboBox Left = 10 Top = 131 Width = 160 Height = 24 Style = csDropDownList ItemHeight = 16 Items.Strings = ( 'none' 'newer or longer' 'CRC different' 'append' 'overwrite' 'newer' 'different' 'reject') TabOrder = 4 end end object OK: TButton Left = 16 Top = 352 Width = 89 Height = 33 Caption = 'OK' Default = True TabOrder = 4 OnClick = OKClick end object Cancel: TButton Left = 128 Top = 352 Width = 89 Height = 33 Cancel = True Caption = 'Cancel' TabOrder = 5 OnClick = CancelClick end object KermitOptions: TGroupBox Left = 240 Top = 8 Width = 193 Height = 113 Caption = '&Kermit options' TabOrder = 2 object Label3: TLabel Left = 8 Top = 19 Width = 83 Height = 16 Caption = 'Block length:' end object Label5: TLabel Left = 8 Top = 49 Width = 62 Height = 16 Caption = 'Windows:' end object Label6: TLabel Left = 8 Top = 78 Width = 119 Height = 16 Caption = 'Timeout (seconds):' end object kBlockLen: TEdit Left = 144 Top = 14 Width = 41 Height = 24 MaxLength = 4 TabOrder = 0 end object kWindows: TEdit Left = 144 Top = 48 Width = 41 Height = 24 MaxLength = 2 TabOrder = 1 end object kTimeout: TEdit Left = 144 Top = 82 Width = 41 Height = 24 MaxLength = 3 TabOrder = 2 end end object AsciiOptions: TGroupBox Left = 240 Top = 136 Width = 193 Height = 201 Caption = '&Ascii options' TabOrder = 3 object Label7: TLabel Left = 8 Top = 20 Width = 100 Height = 16 Caption = 'Inter-char delay' end object Label8: TLabel Left = 8 Top = 47 Width = 96 Height = 16 Caption = 'Inter-line delay' end object Label9: TLabel Left = 8 Top = 100 Width = 93 Height = 16 Caption = 'CR translation:' end object Label10: TLabel Left = 8 Top = 146 Width = 91 Height = 16 Caption = 'LF translation:' end object Label11: TLabel Left = 8 Top = 75 Width = 82 Height = 16 Caption = 'EOF timeout:' end object sInterCharDelay: TEdit Left = 144 Top = 15 Width = 41 Height = 24 TabOrder = 0 end object sInterLineDelay: TEdit Left = 144 Top = 43 Width = 41 Height = 24 TabOrder = 1 end object sCRTrans: TComboBox Left = 8 Top = 116 Width = 153 Height = 24 Style = csDropDownList ItemHeight = 16 Items.Strings = ( 'none' 'strip' 'add CR before LF' 'add LF after CR') TabOrder = 3 end object sLFTrans: TComboBox Left = 8 Top = 163 Width = 153 Height = 24 Style = csDropDownList ItemHeight = 16 Items.Strings = ( 'none' 'strip' 'add CR before LF' 'add LF after CR') TabOrder = 4 end object sEOFTimeout: TEdit Left = 144 Top = 71 Width = 41 Height = 24 TabOrder = 2 end end end